home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pkzdate2.zip / PKZDATE.DOC < prev    next >
Text File  |  1993-01-01  |  2KB  |  58 lines

  1.             PKZDATE - Version 1/01/93
  2.  
  3.         Copyright (c) 1992, 1993 - John R. Pulliam
  4.  
  5.     This program sets the date and time of a .ZIP file to the same date
  6.     and time as the latest (most recent) date and time of all the files
  7.     contained within the ZIP file.
  8.  
  9.     This program may only be used with DOS 2.0 or higher.
  10.  
  11.     This program is released to the Public Domain for non-commercial use
  12.     and may be used for commercial use with permission of the author.
  13.  
  14.  
  15.     The calling method is:
  16.  
  17.        "PKZDATE filespec1 filespec2 ... filespecN"
  18.  
  19.         Where filespec1 ... filespecN are the names of ZIP files to
  20.         be updated.
  21.  
  22.           An extension may be appended if needed.
  23.             ".ZIP" is assumed if the extension is not included.
  24.  
  25.           A drive and directory may be included in the filespecs.
  26.  
  27.           Wildcards * and ? may be used in the filespecs where DOS
  28.           normally accepts them.
  29.  
  30.         If ".*" is used for the extension, files without valid
  31.         PK signatures or with invalid internal dates/times will
  32.         be skipped.
  33.  
  34.  
  35.     Entering "PKZDATE" with no filespecs causes a HELP screen to
  36.     be displayed.
  37.  
  38.     An ERRORLEVEL of 0  is returned if NO error occurs.
  39.     An ERRORLEVEL of 1+ is returned if one or more errors occur.
  40.  
  41.     This program is made available for use with no liability assumed
  42.     by the author.
  43.  
  44.     Please contact the author below if you detect any problems or if
  45.     you would like some changes.
  46.  
  47.         Written by:
  48.         John R. Pulliam
  49.         1324 Cypress Bend Circle
  50.         Melbourne, Florida  32934
  51.         (407) 255-7690
  52.  
  53.  
  54.     Changes from version 9/14/92:
  55.  
  56.     Additional checking was added to ensure that the ZIP file was
  57.     a valid file before updating the ZIP file's date & time.
  58.